home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / COMEIN.DXR / 00318.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  230 b   |  10 lines

  1. on exitFrame
  2.   global effectspath, sndcounter
  3.   repeat with i = 1 to 30
  4.     sprite(i).visible = 1
  5.   end repeat
  6.   sound playFile 2, effectspath & "frtzbzzz.aif"
  7.   sndcounter = 3
  8.   go("demomenu", the moviePath & "strtgame.dxr")
  9. end
  10.